home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / iospt.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  84 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : IO_SUPPORT
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : RCONN at SIMTEL20
  6. -- AUTHOR            : Richard Conn
  7. --                   : Texas Instruments, Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : (c) 1985 Richard Conn
  11. -- DATE CREATED      : 15 Feb 85
  12. -- DATE RELEASED     : 15 Feb 85
  13. -- DATE LAST UPDATED : 15 Feb 85
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV 10000, ROLM ADE
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : INPUT/OUTPUT
  20. -- CATEGORY LEVEL 3  : I/O Support
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : 
  23. -- INDEX             : Input-Line Editor
  24. -- INDEX             : Editor, Input-Line
  25. -- INDEX             : I/O Support
  26. -- INDEX             : Support, I/O
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.COMPONENTS>IOSPT.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.COMPONENTS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   IOSPT.PRO              3858          80
  37. --   IOSPT.SRC             16526         541
  38. --   ===============  ==========  ==========
  39. --     2 Files             20384         621
  40. --= ABSTRACT             ===============================================--
  41. --         IO_SUPPORT  is  a  companion  package  for  SYSDEP,  a  system
  42. -- dependencies  package  that  provides console input and console output
  43. -- without  echo   on   the   input   and   without   control   character
  44. -- interpretation.   IO_SUPPORT,  which employs SYSDEP, provides an input
  45. -- line editor and interfaces to the routines in SYSDEP which  provide  a
  46. -- greater degree of functionality than SYSDEP itself provides.
  47. -- 
  48. --         For  applications  which  are  embedded  and  do  not  require
  49. -- features  of  TEXT_IO  other  than  simple  character  or  string I/O,
  50. -- IO_SUPPORT with SYSDEP offer an alternative to withing in  the  entire
  51. -- TEXT_IO package.
  52. -- 
  53. --         The philosophy behind creating SYSDEP is to provide  low-level
  54. -- I/O  routines  which can be built upon to implement applications which
  55. -- require raw I/O, such as communications servers and character-oriented
  56. -- tools.   IO_SUPPORT  goes  one  step  further  by  providing  a set of
  57. -- commonly-used  routines  around  SYSDEP,  preventing  the   need   for
  58. -- constantly reinventing the basic wheel.
  59. --= REVISION HISTORY     ===============================================--
  60. --
  61. -- DATE         VERSION AUTHOR                  HISTORY
  62. -- 2/15/85      1.0     Richard Conn            Initial Release
  63. --= RELEASE NOTICE       ===============================================--
  64. -- This prologue must be included in all copies of this software.
  65. --
  66. -- This software is copyright by the author.
  67. --
  68. -- This software is released to the Ada community.
  69. -- This software is released to the Public Domain (note:
  70. --   software released to the Public Domain is not subject
  71. --   to copyright protection).
  72. -- Restrictions on use or distribution:  NONE
  73. --= DISCLAIMER           ===============================================--
  74. --     This software and its documentation are provided "AS IS" and
  75. -- without any expressed or implied warranties whatsoever.  No warranties
  76. -- as to performance, merchantability, or fitness for a particular
  77. -- purpose exist.
  78. --     The user is advised to test the software thoroughly before
  79. -- relying on it.  The user must assume the entire risk and liability of
  80. -- using this software.  In no event shall any person or organization of
  81. -- people be held responsible for any direct, indirect, consequential or
  82. -- inconsequential damages or lost profits.
  83. --======================================================================--
  84.